Skip to content

Credit Review Queue Functionality#4

Open
nrsherr2 wants to merge 2 commits intoautomationExamples:mainfrom
nrsherr2:feature/credit-risk-review-queue
Open

Credit Review Queue Functionality#4
nrsherr2 wants to merge 2 commits intoautomationExamples:mainfrom
nrsherr2:feature/credit-risk-review-queue

Conversation

@nrsherr2
Copy link
Copy Markdown

@nrsherr2 nrsherr2 commented Feb 6, 2026

Summary

  • Implemented a spec-first full-stack Credit Risk Review Queue app with ranked queue management.
  • Built FastAPI + SQLite backend with list/insert/move/delete endpoints and deterministic reindexing.
  • Added a lightweight frontend for listing, inserting by rank, moving, and deleting applications.

Testing

  • python -m pytest

Notes

  • Frontend clamps move rank to valid bounds; backend enforces range validation.
  • SQLite persisted at data.sqlite3; tests use a temp DB via APP_DB_PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant